home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE2 / FASTERPC / DRIVE_C / GAMES / MSWEEP / MSWEEP.TXT < prev   
Text File  |  2002-03-03  |  392b  |  18 lines

  1. MSWEEP
  2.  
  3. /*
  4.  * A simple "minesweeper" game in Micro-C
  5.  *
  6.  * Copyright 1999-2002 Dave Dunfield
  7.  * Permission granted for personal (non-commercial) use only
  8.  *
  9.  * Compile command: cc msweep -fop
  10.  */
  11.  
  12. Dave Dunfield has granted me permission to include this game
  13. with my FreeDOS distribution.  Source will also be provided
  14. in a future bootdisk.
  15.  
  16. Jeremy Davis
  17. jeremyd@computer.org
  18.